home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
caml
/
changes.txt
next >
Wrap
Text File
|
1993-07-14
|
4KB
|
75 lines
CHANGES:
--------
10/12/91: bugfixes.tar.Z
Added the file camlyacc/SUNOS4.1/camlyacc.sh: the script for the Yacc
interface for Sun-OS 4.1.*.
* What you have to do: upload bugfixes.tar.Z, and copy this file
to /usr/local/caml/V2-6.1/camlyacc/SUNOS4.1/camlyacc.sh
* You may have to upload one of caml.sun[34], in order for that
change to be taken into account.
09/18/91: caml.sun3
Fixed the command which was chosing a wrong value to the CAMLSYS
shell variable, in case of a Sun 3 running SunOS 4.*, instead of
4.2BSD.
* What you have to do: upload caml.sun3, and use it in replacement of
your `caml' command on Sun 3.
06/20/91: next.2.0.tar.Z
Added the NeXT (OS 2.*) version. The previous version had been tested
only with OS 1.0, and did not work with OS 2.*.
* What to do: upload the version corresponding to your operating
system, rename it next.tar.Z, and proceed as usual.
** NOTE: next2-0.tar.Z has been tested only with OS 2.[01]
We would be glad if someone tells us wether or not it works on OS 1.0!! (caml@margaux.inria.fr)
02/08/91: sonyR3000, install-*
Added the Sony MIPS-R3000 port (Sony News 3410, etc).
New files: CONTENTS.sonyR3000, caml.sonyR3000, install-sonyR3000
and sonyR3000.tar.Z
Also fixed a bug in the install-* files.
02/08/91: bugfixes, README, CHANGES
Changed the `bugfixes' directory into a single file `bugfixes.tar.Z'
and modified README and CHANGES to take that into account.
01/22/91: common, macaux
Because of the Mac A/UX version, I had to add a few files to
the `common.tar.Z' file. You do not need to update previously
uploaded Caml systems.
This new common includes previous bug fixes (see below).
* What you have to do: nothing.
01/21/1991: lo/typing.lo
A bug of the compiler has been corrected. The problem was with
local variables inside of a record field (wrong access code was
generated). This bug could produce bus errors or wrong
integer/string values.
* What you have to do: install the file in `lo/typing.lo'.
Then, rebuild the Caml core image by:
% cd /usr/local/caml/V2-6.1
% make TYPEMACHINE=<your machine> -f Makefile
01/21/1991: lib/compile.lo
A bug has been corrected in the `lib/compile.lo' library file.
This bug only appears in very rare situations and involves grammar
compilation called inside a directive contained in a compiled file.
If you're reasonable, you never do that!
Anyway, it's corrected: the new lib file is `lib/compile.lo'.
* What you have to do: install the file in `lib/compile.lo'.
That's it!
It is an `autoload' package.
12/21/1990: the CAML ftp archive is being created.
The current directory contains CAML V2-6.1 for various machines.
A few bugs have been corrected (relatively to previous distribution
mode). Nevertheless, the CAML version identification did not change
(is this a mistake?): same version number, name and date.
These bugs concern:
* Floating point errors for Sun4, Mac-A/UX and Sony NewS 68k.
* Installation errors for Sun4.
* Compatibility Sun4-SunOS 4.1 and Sun4-SunOS 4.0: runtime
and Yacc interface (but still, `make'-ing "*.o" files
don't work properly for SunOS 4.1).